Building Modules in CVS Repository 'projects'
Tool Chain
- UNIX
- bash
- CVS
- C++ Compiler
- GNU Make > version 3.77
- GNU Autoconf > version 2.13
- doxygen > version 1.0.0
- Perl > build 5.005_03
- Win32
- Cygwin > version 1.0
- CVS (comes with Cygwin 1.0)
- Microsoft Visual C++ Compiler
- GNU Make > version 3.77 (comes with Cygwin 1.0)
- GNU Autoconf > version 2.13 (remove 'autoconf.m4f' if 'autoconf' returns and error when you try and run it)
- doxygen > version 1.0.0
- Perl > build 5.005_03 (comes with Cygwin 1.0)
For 'WindowsNT/2000' you will need to setup your environment first.
Developers
- export CVSROOT=:pserver:anoncvs@cvs.mtl.mathengine.com:/proj/projects
- cvs login
- cvs checkout metoolkit
- cd metoolkit/build/internal
- make -f makefile_metoolkit_autoconf all
Alternatively, if you develop with Microsoft's Visual Studio you can use the '.dsw' file:
- metoolkit/build/internal/metoolkit.dsw
Release
- export CVSROOT=:pserver:anoncvs@cvs.mtl.mathengine.com:/proj/projects
- cvs login
- cvs checkout release
- cd release/installers/metoolkit/build
- make full